home *** CD-ROM | disk | FTP | other *** search
- Path: news.iadfw.net!usenet
- From: edham@airmail.net (Edward Ham)
- Newsgroups: comp.lang.c
- Subject: Stack Question
- Date: Thu, 11 Apr 1996 15:01:28 GMT
- Organization: Guest user
- Message-ID: <4kivs9$32b@airnews.iadfw.net>
- NNTP-Posting-Host: dal01-20.ppp.iadfw.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- I am trying to rid several pgms of setjump's to compile under the .cpp
- extension for a slow migration to eventual C++ Object code.
-
- My question is this: Is there any other way to copy the stack and
- registers in C? Will I have to do this in assembler? I can't use the
-
- C++ Try-Throw-Catch because it uses MFC and that makes the code
- too large.
-
- Any help would be appreciated. If the only answer is assembler - a
- little direction might help, since I have only had 3070 Assembly.
-
- Thanks,
-
- - Ed Ham
-
-